home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / gui / DesignerV1_53.lha / Designer / ReadMe < prev    next >
Text File  |  1995-04-28  |  8KB  |  163 lines

  1.                               The Designer V1.53
  2.  
  3.                              (C) Ian OConnor 1994
  4.  
  5.   This program is copyright (C) Ian OConnor 1994. You may distribute the
  6.  demo version as freely as you like as long as you do not charge more than
  7.  a reasonable fee to do so. You may not, however, change any of the files
  8.  supplied , other than to compress them, and any distribution must include
  9.  them all in full. 
  10.   You may not distribute the full registered version of the Designer at
  11.  all. The demo version has 'Demonstration Version' written in the about
  12.  window. This software is provided "AS IS", without warranty of any kind,
  13.  either expressed or implied. The author is not responsible for any damage
  14.  or loss of data due to use of this program, these are solely the users 
  15.  concern.
  16.   Registered users can upgrade their programs using the demo version by 
  17.  clicking on an extra button in the main window which does not appear on
  18.  registered versions. See Designer.Guide, upgrading, for more info.
  19.   Here is a list of all the files in the distribution, use the Install
  20.  utility to copy the ones you wish to your Designer drawer. You only need
  21.  the Producer you require and the Designer itself so floppy use is
  22.  possible.
  23.   To install on floppy use the install utility to copy The Designer, the
  24.  Guide and one Producer of your choice.
  25.  
  26.                  Install           : Installer utility, run to install.
  27.                  Readme            : This file.
  28.                  Designer          : The program, you probably want this.
  29.                  Designer.Guide    : Help file, not necessary but helpful.
  30.                  AsmProducer       : Program required to produce Asm 
  31.                                      source.
  32.                  CProducer         : Program required to produce C source.
  33.                  PasProducer       : Program required to produce Pascal
  34.                                      source.
  35.                  producer.library  : Common Producer functions, required
  36.                  Developer         : A few files to help you on your way.
  37.   Demos :        AllKindsDemo      : All gadgets supported demonstrated.
  38.                  ToggleDemo        : Toggle buttons.
  39.                  KeyDemo           : Demo of keyboard shortcuts.
  40.                  MultipleDemo      : Demo using multiple copies of windows.
  41.                  LocaleDemo        : Demo using several languages.
  42.                  ShowIconDemo      : AppWindow demonstration.
  43.                  ScreenDemo        : Demo of Designer screen creation.
  44.                  PubScreenDemo     : Demo of Public screen use.
  45.                  SuperBitMapDemo   : SuperBitMap window you can draw on.
  46.                  BOOPSIDemo        : BOOPSI object demo.
  47.  
  48.   All the files must be in the same drawer as the Designer, except the 
  49.  demos and the library. 
  50.   A preferences file will be stored on your boot disk if you Save 
  51.  preferences, when run from this boot disk in future these preferences 
  52.  will be loaded. You will probably want to do this to get rid of the 
  53.  About Window on running.
  54.   The demo version is virtually identical to the registered version but
  55.  the Save option on the Designer itself is partially disabled. To obtain
  56.  the full version send 25 pounds sterling to this address :
  57.         
  58.         Ian OConnor
  59.         3 Askerton Close
  60.         Nine Elms
  61.         Swindon
  62.         Wiltshire
  63.         SN5 9XB
  64.         UK
  65.   
  66.   I will then send you a full version of the designer as soon as possible.
  67.  This will be approximately the same as the demo version with the save 
  68.  fully enabled. 
  69.   The money must be in a cheque or money order in sterling and drawable on 
  70.  a UK bank, please allow some time for delivery. The cost includes postage
  71.  and packing, airmail if outside UK. Please state your address clearly.
  72.   Their is no time limit on the demo, you may use it as much as you like,
  73.  but you may not edit any of the files or re-distribute them in any form
  74.  other than the origonal distribution. EuroCheques in sterling are fine.
  75.   To produce the full demos source you cannot use the Generate option in
  76.  the Demo Designer because this saves the current data and will not save
  77.  it all .You must use the producers from the Shell or Workbench with the
  78.  filenames as parameters or selected respectively.
  79.   If you find any bugs or have any comments to make then send them to me
  80.  at the above address or email ijo1000@cus.cam.ac.uk , this is only
  81.  valid until summer 1995. I will not be available over christmas or easter
  82.  holidays.
  83.   I hope you enjoy using this program and think it worthwhile
  84.  
  85.                                                             Ian OConnor
  86.  
  87. V1.0
  88.   -First public release as demo.
  89. V1.1
  90.   -Few odd bug fixes.
  91.   -Can scale windows to use screen font.
  92.   -Can produce a Main which should compile and run without editing.
  93. V1.2
  94.   -Couple more bug fixes.
  95.   -Supports scaling of CheckBox and MX kind in V39+.
  96.   -V39 tags for Text and Number kinds.
  97.   -Ability to upgrade registered versions from demo version.
  98.   -Support inclusion of your files in produced source, which with
  99.   -Ability to add extra parameters to produced functions allows
  100.   -Proper Multiple Windows Support, see the MultipleDemo.
  101.      (Pascal shared message port code did not work previously, sorry.)
  102.   -Can now add EditHooks, DisplayHooks etc. to some gadgets.
  103.   -Producers tidied up a bit.
  104.   -Demos changed because of space considerations, MenuDemo and ScalingDemo
  105.      now produce their own Main files, see V1.1.
  106. V1.3
  107.   -Another bug fixed.
  108.   -Magnify Window added to edit window screen, select from menu.
  109.   -Merge Designer file option added, select from menu.
  110.   -AllKindsDemo now scales to screen font and produces its own main file.
  111.   -Scaling Demo removed.
  112.   -Keyboard shortcuts added to edit window tools window.
  113.   -SuperBitMap window support added.
  114.   -Updated so that all produced menus are NewLookMenus in V39.
  115.   -Added a few V39 tags to window tags window.
  116. V1.4
  117.   -Import GadToolsBox .GUI files using GTX library, see file operations.
  118.   -Size several gadgets simultaneously.
  119.   -Demo executables removed to fit distribution on one FFS floppy disk.
  120.   -MenuDemo and AllKindsDemo merged.
  121.   -Full locale support added, requires WB3.0 include files in C.
  122.   -Locale demo added, German is default language, English and French
  123.      Catalogs.
  124. V1.42
  125.   -Assorted feature modifications (bug fixes).
  126.   -Couple of new code options for CProducer.
  127. V1.50
  128.   -Bug fixes, as normal.
  129.   -Screen creation and editing facilities.
  130.   -Assembler Producer, supports everything, big project.
  131.   -More demos, all demos now include executables.
  132.   -Improved guide.
  133.   -Registered version comes on two disks, just.
  134.   -Installer utility used.
  135.   -Improved Bevel Box handling.
  136.   -BOOPSI Object creation and editing.
  137.   -Improved Producer front end, wildcards in SHELL now supported.
  138.   -Warning : RendWindow functions associated with a window which have extra
  139.     parameters, such as those in the MultipleDemo, now also need the extra
  140.     parameters. To implement this it was necessary to change the format of
  141.     the extra parameters string in the window code window. Old designer
  142.     files may fail to compile. This is not an error. See window code window
  143.     help for the fix.
  144.     This is due to the addition of BOOPSI objects.
  145.   -producer.library included containing several common producer functions.
  146.   -Developer files included, write your own producers.
  147. V1.51
  148.   -Added user predefined object creation.
  149.   -Fixed a few odd bugs.
  150.   -Floppy Disk Installation re-written.
  151. V1.52
  152.   -Couple of bugs in AsmProducer fixed.
  153. V1.53
  154.   -Another bug in CProducer.
  155.   -Some windows redrawn.
  156.   -Default String and Integer gadget values.
  157.   -Bottom/Right Alignment fixed.
  158.   -Ability to save default Code options.
  159.   -Bug in AsmProducer fixed.
  160.   -Menu short cut keys localized, C and Pascal only, so far.
  161.   -Bug with Text Gadgets noted, see guide for details.
  162.   -Window Zoom size scaled in Produced code.
  163.